func sort.intsImpl

2 uses

	sort (current package)
		sort.go#L165: func Ints(x []int) { intsImpl(x) }
		sort_impl_go121.go#L16: func intsImpl(x []int)         { slices.Sort(x) }